All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.image.GraphicsMode
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.image.GraphicsMode
- public final class GraphicsMode
- extends QTByteObject
- implements QuickTimeLib, Cloneable
The GraphicsMode class implements details that describe transfer operations and
transperancy operations.
refer to ModifierTrackGraphicsMode in QuickTime
- See Also:
- QD
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
GraphicsMode()
- This constructor creates an empty GraphicsMode object.
-
GraphicsMode(int, QDColor)
- This constructor creates a GraphicsMode object for specified mode and operand color.
-
clone()
- Return a copy of the GraphicsMode object.
-
getColor()
- This method returns the operand mode
-
getGraphicsMode()
- This method returns the graphics mode
-
isGraphicsModeOpaque()
- Returns true if the current mode is opaque, otherwise false.
-
setColor(QDColor)
- This method sets the operand color.
-
setGraphicsMode(int)
- This method sets the graphics mode
-
toString()
- Returns the String representation of this Rectangle's values.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
GraphicsMode
public GraphicsMode()
- This constructor creates an empty GraphicsMode object.
GraphicsMode
public GraphicsMode(int gMode,
QDColor opColor)
- This constructor creates a GraphicsMode object for specified mode and operand color.
- Parameters:
- gMode - Specifies the graphics mode.
- opColor - Specifies the operand color.
setGraphicsMode
public void setGraphicsMode(int mode)
- This method sets the graphics mode
- Parameters:
- mode - Specifies the new graphics mode.
getGraphicsMode
public int getGraphicsMode()
- This method returns the graphics mode
- Returns:
- the graphics mode.
isGraphicsModeOpaque
public boolean isGraphicsModeOpaque()
- Returns true if the current mode is opaque, otherwise false.
setColor
public void setColor(QDColor newColor)
- This method sets the operand color.
- Parameters:
- newColor - Specifies the new color.
getColor
public QDColor getColor()
- This method returns the operand mode
- Returns:
- the color.
toString
public String toString()
- Returns the String representation of this Rectangle's values.
- Overrides:
- toString in class QTByteObject
clone
public Object clone()
- Return a copy of the GraphicsMode object.
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index